MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / Add Method / Add(T) Method
An item to add.

Add(T) Method
Adds a page object to the end of the pages collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal value As T _
) As Integer
 

Parameters

value
An item to add.

Return Value

The position into which the new item was inserted
Exceptions
ExceptionDescription
Thrown when value is null
See Also